home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Software / Resources / JawsPDF Creator / JawsPdfCreatorEn.exe / Disk1 / data1.cab / InstDirResource / procset / bmfinit.ps < prev    next >
Encoding:
Text File  |  2003-08-08  |  530 b   |  27 lines

  1. %!
  2. %%VMusage: 0 0
  3. %%VMlocation: global
  4. %%
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. %%                                    %%
  7. %% BitmapFontInit: the procedures used when defining type 32 fonts. %%
  8. %%                                    %%
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10.  
  11. /BitmapFontInit <<
  12.  
  13. /addglyph {
  14.   systemdict begin addglyph end
  15. } bind
  16.  
  17. /removeglyphs {
  18.   systemdict begin removeglyphs end
  19. } bind
  20.  
  21. /removeall {
  22.   systemdict begin removeall end
  23. } bind
  24.  
  25. >> /ProcSet defineresource
  26.  
  27.